home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / NewsTicker.sit / NewsTicker / source code / Extractors / CNNExtractor.h < prev    next >
Text File  |  1997-06-19  |  569b  |  19 lines

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    NewsTicker, my Hack for 1997
  4. #
  5. #    CNNExtractor.cp    -    Derived from HTMLExtractor, we get passed the tokens
  6. #                            and try to recognize headlines out of it.  We parse
  7. #                            the page "www.cnn.com", the technical news page of
  8. #                            c|net.com.
  9. #
  10. ------------------------------------------------------------------------------*/
  11.  
  12. #ifndef CNNEXTRACTOR_H
  13. #define CNNEXTRACTOR_H
  14.  
  15. void LoadCNN(sMyDataPtr gGlobalsPtr);
  16. Boolean MustReloadCNN(sMyDataPtr    gGlobalsPtr);
  17.  
  18. #endif        //CNNEXTRACTOR_H
  19.